Open
Conversation
✅ Deploy Preview for patternfly-elements ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
08635b4 to
86792ec
Compare
86792ec to
cfac31c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@patternfly/elements@4.4.0
Minor Changes
c3cef09:
pf-label: added link variant. Set thehrefattribute to render thelabel text as a clickable link. On hover, the label border thickens
and changes color to indicate interactivity.
1377f14: Added
<pf-label-group>.A label group is a collection of labels that can be grouped by category
and used to represent one or more values assigned to a single attribute.
When the number of labels exceeds the configured limit, additional labels
are hidden under an overflow indicator.
Patch Changes
<pf-back-to-top>: fixed background color during hover and focus.<pf-popover>: clicking outside a popover no longer fires spurioushide events on other closed popovers.
<pf-select>: replaced Red Hat Design System color tokens with PatternFly v4 global tokens.npm run startno longer fails when TypeScript build artifactsare present in the working tree.
<pf-switch>: the switch now has a proper static accessible labelindependent of its on/off state text.
<pf-table>: fix accessibility features: column header role, accessible label for row toggle button, etc.<pf-jump-links>: improve screen reader accessibility by labeling the navigation landmark element<pf-tabs>: scroll event listeners are now passive for better performance.@patternfly/pfe-core@5.0.8
Patch Changes
SlotController: fixedgetSlotted()returning empty arrays incertain timing scenarios.
@patternfly/create-element@1.0.6
Patch Changes
npm run newfrom working